Skip to content

fix(angular): standalone form components do not error when multiple are used - #28423

Merged
liamdebeasi merged 4 commits into
mainfrom
FW-5465
Oct 27, 2023
Merged

fix(angular): standalone form components do not error when multiple are used#28423
liamdebeasi merged 4 commits into
mainfrom
FW-5465

Conversation

@liamdebeasi

@liamdebeasi liamdebeasi commented Oct 26, 2023

Copy link
Copy Markdown
Contributor

Issue number: resolves #28418


What is the current behavior?

Due to stenciljs/output-targets#397, calling proxyInputs for the form controls caused an error to be logged in developer applications.

What is the new behavior?

  • Updated to a version of the Angular output targets with a patch for this error
  • I also excluded the utils.ts from all angular-component-lib directories from prettier since it was causing a diff. These changes are autogenerated so we should not be linting them anyways.

Does this introduce a breaking change?

  • Yes
  • No

Other information

Dev build: 7.5.3-dev.11698340692.18daff2f

@github-actions github-actions Bot added package: core @ionic/core package package: angular @ionic/angular package labels Oct 26, 2023
@liamdebeasi
liamdebeasi marked this pull request as ready for review October 27, 2023 13:22
@liamdebeasi
liamdebeasi added this pull request to the merge queue Oct 27, 2023
Merged via the queue into main with commit 89698b3 Oct 27, 2023
@liamdebeasi
liamdebeasi deleted the FW-5465 branch October 27, 2023 19:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

package: angular @ionic/angular package package: core @ionic/core package

Projects

None yet

Development

Successfully merging this pull request may close these issues.

bug: IonCheckbox Angular standalone - Cannot redefine property 'checked' in component

2 participants